projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb62553
)
Typo fix.
author
Eric S. Raymond
<esr@snark.thyrsus.com>
Sun, 4 May 2008 13:20:50 +0000
(13:20 +0000)
committer
Eric S. Raymond
<esr@snark.thyrsus.com>
Sun, 4 May 2008 13:20:50 +0000
(13:20 +0000)
lisp/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc.el
b/lisp/vc.el
index dcb2a8bf13fd20c08b582c99b74df1a826cdbca2..4196b5ba90b14b5aea7a1397f1eab71338b53da2 100644
(file)
--- a/
lisp/vc.el
+++ b/
lisp/vc.el
@@
-2215,7
+2215,7
@@
outside of VC) and one wants to do some operation on it."
;; Otherwise, initialize a new view using the dispatcher layer
(progn
;; Build a capability object and hand it to the dispatcher initializer
- (vc-dir-mode (vc-make-backend-object
backend
))
+ (vc-dir-mode (vc-make-backend-object
dir
))
;; Add VC-specific keybindings
(let ((map (current-local-map)))
(define-key map "=" 'vc-diff) ;; C-x v =